xdoclet.sdk.xtag.migrator
Class OptionSets

java.lang.Object
  |
  +--xdoclet.sdk.xgg.XGGPojo
        |
        +--xdoclet.sdk.xtag.migrator.OptionSets

public final class OptionSets
extends XGGPojo

XML element: <option-sets/>

. This element exists in the following versions:

Author:
XDoclet

Constructor Summary
OptionSets()
          Default constructor.
OptionSets(Parameter parent)
          Constructor.
 
Method Summary
 void addOptionSet(OptionSet optionSet)
          XML element: <option-set/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..*)
 Collection getOptionSetCollection()
           
 
Methods inherited from class xdoclet.sdk.xgg.XGGPojo
checkValue, checkVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionSets

public OptionSets()
Default constructor. Should not be called explicitly. It's available only to be able to convert xml into beans with Betwixt.


OptionSets

public OptionSets(Parameter parent)
           throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.
Method Detail

addOptionSet

public final void addOptionSet(OptionSet optionSet)
                        throws IllegalStateException

XML element: <option-set/>

This element exists in the following versions: The cardinality is (1..*)

Parameters:
optionSet - the OptionSet to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getOptionSetCollection

public final Collection getOptionSetCollection()


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.